home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Toolkits / Escritorio / Open Contacts / setup.exe / {app} / ActionPlugin / EmailField / email.vbs next >
Encoding:
Text File  |  2009-01-19  |  63 b   |  7 lines

  1. call main
  2.  
  3. sub main
  4.  
  5. msgbox wscript.arguments(0)
  6.  
  7. end sub